ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / ChartSeriesBase<T> Class / TooltipContent Property

In This Topic
    TooltipContent Property (ChartSeriesBase<T>)
    In This Topic
    Sets or Gets the tooltip content for specific chart series
    Syntax
    'Declaration
     
    Public Property TooltipContent As String
    public string TooltipContent {get; set;}
    See Also